Click or drag to resize

Rule Class

Contains a single protection rule.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangeRule

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class Rule

The Rule type exposes the following members.

Constructors
  NameDescription
Public methodRule
Initializes a new instance of the Rule class.
Top
Properties
  NameDescription
Public propertyActions
Represents the actions to be taken on a message when the conditions are fulfilled.
Public propertyConditions
Identifies the conditions that, when fulfilled, will trigger the rule actions for a rule.
Public propertyDisplayName
Contains the display name of a rule.
Public propertyExceptions
Identifies the exceptions that represent all the available rule exception conditions for the inbox rule.
Public propertyId
Specifies a rule identifier.
Public propertyIsEnabled
Indicates whether the rule is enabled.
Public propertyIsInError
Indicates whether the rule is in an error condition.
Public propertyIsNotSupported
Indicates whether the rule is supported or not.
Public propertyPriority
Indicates the order in which a rule is to be run.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also